go/types.Named.fromRHS (field)

7 uses

	go/types (current package)
		decl.go#L580: 	named.fromRHS = rhs
		named.go#L17: 	fromRHS    Type           // type (on RHS of declaration) this *Named type is derived of (for cycle reporting)
		named.go#L59: 		t.fromRHS = t.underlying // for cycle detection
		named.go#L66: 	typ := &Named{check: check, obj: obj, orig: orig, fromRHS: underlying, underlying: underlying, tparams: tparams, methods: methods}
		named.go#L210: 	if t.fromRHS == nil {
		named.go#L211: 		t.fromRHS = underlying // for cycle detection
		validtype.go#L74: 			check.infoMap[t] = check.validType0(t.orig.fromRHS, env.push(t), append(path, t.obj))